From: Tassilo Horn Date: Tue, 23 Nov 2010 08:00:56 +0000 (+0100) Subject: * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5564 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=76aba96d604429231443d825437c253cc1a711f5;p=emacs.git * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention that the keywords should be comma separated. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50a7fe69f23..c82141bdcbe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-11-23 Tassilo Horn + + * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention + that the keywords should be comma separated. + 2010-11-23 Chong Yidong * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available. diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 1a8be7fc5a8..472c9791f8a 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -451,7 +451,7 @@ and send the mail again%s." (defun report-emacs-bug-query-existing-bugs (keywords) "Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result. The result is an alist with items of the form (URL SUBJECT NO)." - (interactive "sBug keywords: ") + (interactive "sBug keywords (comma separated): ") (url-retrieve (concat report-emacs-bug-tracker-url "pkgreport.cgi?include=subject%3A" (replace-regexp-in-string "[[:space:]]+" "+" keywords)